IGroupInchCommand Interface

Represents a group's inch move.

Inheritance hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Class.IKsCommand
    IntervalZero.KINGSTAR.Base.Class.IGroupInchCommand

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public interface IGroupInchCommand : IKsCommand
Public Interface IGroupInchCommand Inherits IKsCommand

 

The IGroupInchCommand interface exposes the following members.

Properties

  Name Description
Acceleration A value of the acceleration.
Cancel Cancels a group's inch move by decelerating its velocity to zero.
Deceleration A value of the deceleration.
Distance The maximum distance traveled by a move.
Jerk A value of the jerk.
Velocity A value of the specified velocity.

See also

IntervalZero.KINGSTAR.Base.Class Namespace